|
|
@@ -463,9 +463,10 @@ public class FsCompanyCustomerController extends BaseController {
|
|
|
* */
|
|
|
@GetMapping("/getQRCode/{orderId}")
|
|
|
public R getQRCode(@PathVariable("orderId") Long orderId){
|
|
|
+ throw new CustomException("功能维护中,请使用物流代收");
|
|
|
//获取appId
|
|
|
- String appId = getAppId();
|
|
|
- return informationCollectionService.getCustomerGenerateQRCode(orderId,appId);
|
|
|
+// String appId = getAppId();
|
|
|
+// return informationCollectionService.getCustomerGenerateQRCode(orderId,appId);
|
|
|
}
|
|
|
|
|
|
@GetMapping(value = "/getAddress")
|