Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
wangw 2025-10-28 14:54:48 +08:00
commit 9fe5a3d25a
1 changed files with 1 additions and 1 deletions

View File

@ -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()));
}