Files
baseapi/platformapi/tao_vegetable/api_test.go
邹宗楠 4a8c0ffa71 1
2023-06-15 10:40:28 +08:00

15 lines
363 B
Go

package tao_vegetable
import (
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"testing"
)
func TestQueryToken(t *testing.T) {
code := ""
data, err := apiTao.GetStoreToken(code, "")
globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))
globals.SugarLogger.Debugf("err := %s", utils.Format4Output(err, false))
}