便利店

This commit is contained in:
cun-nan 2023-11-03 18:04:15 +08:00
parent 46d6afad1d
commit 6a815ef61b

View File

@ -262,8 +262,9 @@
collection(){
let map = {
authCode : this.authCode,
orderNo : new Date().toString()
orderNo : "0000055"
}
console.log(map)
fyPay(map).then( response => {
console.log(response)
})