|
|
@@ -153,7 +153,7 @@ export class WeixinService {
|
|
|
appid: this.weixinConfiguration.appId,
|
|
|
mchid: this.weixinConfiguration.mchId,
|
|
|
description: description,
|
|
|
- out_trade_no: uuid(),
|
|
|
+ out_trade_no: Kits.generateStr(),
|
|
|
notify_url: this.weixinConfiguration.notifyUrl,
|
|
|
amount: {
|
|
|
total: amount * 100,
|