|
|
@@ -159,7 +159,7 @@ export class WeixinService {
|
|
|
out_trade_no: Kits.generateStr(),
|
|
|
notify_url: this.weixinConfiguration.notifyUrl,
|
|
|
amount: {
|
|
|
- total: realAmount.times(new BigNumber(100)).toFixed(0),
|
|
|
+ total: parseInt(realAmount.times(new BigNumber(100)).toFixed(0)),
|
|
|
currency: 'CNY'
|
|
|
},
|
|
|
payer: {
|