增加品牌

This commit is contained in:
qiyunfanbo126.com 2024-11-05 09:06:11 +08:00
parent 9a7d4c9212
commit 211f16435e
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ func (this *YouChuClient) OrderRefund(order ordersmodel.Orders) (code int, respo
func (this *YouChuClient) AccountBillQuery() (code int, response front.AccountBillResponse) { func (this *YouChuClient) AccountBillQuery() (code int, response front.AccountBillResponse) {
var now = time.Now().Format("20060102150405") var now = time.Now().Format("20060102150405")
var BusiMainId = now + utils.RandomNumber(10) var BusiMainId = now + utils.RandomNumber(10)
var date = time.Now().Format("20060102") var date = time.Now().AddDate(0, 0, -1).Format("20060102")
request := front.AccountBillRequest{ request := front.AccountBillRequest{
Head: front.YouChuRequestHeader{ Head: front.YouChuRequestHeader{
PartnerTxSriNo: BusiMainId, PartnerTxSriNo: BusiMainId,