怡亚通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.

16 lines
230 B

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