怡亚通rpc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
425 B

package yytrpc
import (
"testing"
)
func Test_CreateOrder(t *testing.T) {
dbname := "shop"
siteid := "1198881"
order_sn := "1639708334549937512"
list, err := CreateOrder(dbname,siteid,order_sn)
t.Log(list)
t.Log(err)
}
func Test_ConfirmReceive(t *testing.T) {
dbname := "shop"
siteid := "1198881"
order_sn := "1639708334549937512"
list, err := CreateOrder(dbname,siteid,order_sn)
t.Log(list)
t.Log(err)
}