This commit is contained in:
richboo111
2024-01-17 10:25:06 +08:00
10 changed files with 91 additions and 59 deletions

View File

@@ -100,7 +100,7 @@ func TestGetOrderDetail(t *testing.T) {
//取消订单
func TestCancelOrder(t *testing.T) {
err := api.CancelOrder("23013118111004700001004861", "测试取消")
err := api.CancelOrder("24011415121024100001986825", "测试取消")
fmt.Println(err)
}