Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
9fe5a3d25a
|
|
@ -136,7 +136,7 @@ public class DistributionController {
|
||||||
*/
|
*/
|
||||||
@GetMapping("/rechargeQrCode")
|
@GetMapping("/rechargeQrCode")
|
||||||
public CzgResult<String> rechargeQrCode(@RequestParam BigDecimal amount) {
|
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()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue