This commit is contained in:
richboo111
2024-01-09 17:55:21 +08:00
parent cbd7643dbe
commit 4aabb5e6e4
3 changed files with 8 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ func TestCreateOrder(t *testing.T) {
DevId: AppID,
ShopId: TestSFStoreID,
ShopType: 1,
ShopOrderId: "20240108",
ShopOrderId: "20240109",
OrderSequence: "测试",
OrderSource: OrderSourceELM,
OrderTime: 1694168441,
@@ -135,3 +135,7 @@ func TestNew(t *testing.T) {
fmt.Println(lng, lat)
}
}
func TestInterfaceConverse(t *testing.T) {
}