- CBUpdateRemark

This commit is contained in:
gazebo
2019-04-11 12:00:57 +08:00
parent bf02a70d88
commit ff99b78137
4 changed files with 23 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ package weixinapi
import "testing"
func TestSNSRetrieveToken(t *testing.T) {
result, err := weixinapi.SNSRetrieveToken("061lxVZh0gye0x1fNrZh0imd0i0lxVZS")
result, err := api.SNSRetrieveToken("061lxVZh0gye0x1fNrZh0imd0i0lxVZS")
if err != nil {
t.Fatal(err.Error())
}