用户接口远程调用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
418 B

package userrpc
import (
"testing"
)
func Test_BindThird(t *testing.T) {
dbname := "test1_tetele_com"
site_id := "1001"
platform := "deliver_mini"
user_id := "1"
openid := "CasfoieFsdfsdfiDiodf_df"
openname := "测试中"
avatar := "https://ssss.ttt.ddd/sfsd"
mobile := "1234456456"
res, err := BindThird(site_id, dbname, platform, user_id, openid, openname, "", avatar, mobile)
t.Log(res)
t.Log(err)
}