mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
5b33f11482
commit
ddd7f89367
@ -244,7 +244,8 @@
|
||||
feeName: '停车费',
|
||||
receivedAmount: _receivedAmount,
|
||||
tradeType: _tradeType,
|
||||
appId: this.appId
|
||||
appId: this.appId,
|
||||
endTime: this.formatEndTime
|
||||
};
|
||||
context.request({
|
||||
url: constant.url.preOrder,
|
||||
@ -315,7 +316,8 @@
|
||||
feeName: '停车费',
|
||||
receivedAmount: _receivedAmount,
|
||||
tradeType: _tradeType,
|
||||
appId: this.appId
|
||||
appId: this.appId,
|
||||
endTime: this.formatEndTime
|
||||
}
|
||||
|
||||
context.request({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user