This commit is contained in:
邹宗楠
2022-12-14 13:45:42 +08:00
parent ec4f7754cc
commit 7c9d3fd6c3
2 changed files with 16 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
package ali_logistics_query
import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"testing"
@@ -18,3 +19,7 @@ func Test(t *testing.T) {
globals.SugarLogger.Debugf("result======== %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("err======== %s", utils.Format4Output(err, false))
}
func TestSkuStatus(t *testing.T) {
fmt.Println("=", (2&2) != 0)
}