This commit is contained in:
richboo111
2023-09-08 14:54:43 +08:00
parent 7af6a77d9b
commit f52ffa5a89
3 changed files with 27 additions and 7 deletions

View File

@@ -138,10 +138,12 @@ func TestUpdateStoreTest(t *testing.T) {
}
func TestShopUpdateStatus(t *testing.T) {
err := apiTao.ShopUpdateStatus("JX667321", 1)
if err != nil {
fmt.Println(err)
}
value := int(172736400)
fmt.Println(float64(value) / 1000000)
//err := apiTao.ShopUpdateStatus("JX667321", 1)
//if err != nil {
// fmt.Println(err)
//}
}
func TestSFStore(t *testing.T) {