增加品牌
This commit is contained in:
parent
9a7d4c9212
commit
211f16435e
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue