分销修改
This commit is contained in:
@@ -136,7 +136,7 @@ public class DistributionController {
|
||||
*/
|
||||
@GetMapping("/rechargeQrCode")
|
||||
public CzgResult<String> rechargeQrCode(@RequestParam BigDecimal amount) {
|
||||
return CzgResult.success(appWxService.genCode("/pages/pay", "amount=" + amount + "&shopId=" + StpKit.USER.getShopId()));
|
||||
return CzgResult.success(appWxService.genCode("pages/pay", "amount=" + amount + "&shopId=" + StpKit.USER.getShopId()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user