增加品牌

This commit is contained in:
qiyunfanbo126.com 2024-10-22 10:06:23 +08:00
parent db08f1d96d
commit d336d3b14d
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ func (this *YouChuClient) OrderQuery(order ordersmodel.Orders) (code int, respon
}
func (this *YouChuClient) OrderRefund(order ordersmodel.Orders) (code int, response front.YouChuOrderRefundResponse) {
var BusiMainId = time.Now().Format("20060102150405") + utils.RandomNumber(10)
var BusiMainId = time.Now().Format("20060102150405") + utils.RandomNumber(6)
request := front.YouChuOrderRefundRequest{
Head: front.YouChuRequestHeader{
PartnerTxSriNo: BusiMainId,