accountType

This commit is contained in:
李子铭 2024-11-11 17:00:56 +08:00
parent f160500c78
commit 9b0801fd34
1 changed files with 6 additions and 5 deletions

View File

@ -14,10 +14,11 @@ var zltx = &ZLTXV2Service{}
func config() []byte {
c := &Config{
AppId: "23329",
AppKey: "8db16e8cc8363ed4eb4c14f9520bcc32",
BaseUri: "http://211.137.105.198:17100",
NotifyUrl: "https://utils.85938.cn/utils/v1/wechat/notify",
AppId: "23329",
AppKey: "8db16e8cc8363ed4eb4c14f9520bcc32",
BaseUri: "http://211.137.105.198:17100",
//NotifyUrl: "https://utils.85938.cn/utils/v1/wechat/notify",
NotifyUrl: "http://120.55.12.245:8098/v1/order/direct/notify",
}
marshal, _ := json.Marshal(c)
return marshal
@ -35,7 +36,7 @@ func TestOrder(t *testing.T) {
request := &proto.OrderRequest{
Config: config(),
Order: &proto.OrderRequest_Order{
OrderNo: "test_zltx_v2_5",
OrderNo: "test_zltx_v2_6",
Account: "18666173766",
Quantity: 1,
Extra: nil,