淘宝 api中的 淘口令基础包 taobao.wireless.share.tpwd.create
官方案例代码:
# -*- coding: utf-8 -*-
import top.api
req=top.api.WirelessShareTpwdCreateRequest(url,port)
req.set_app_info(top.appinfo(appkey,secret))
req.tpwd_param=""
try:
resp= req.getResponse()
print(resp)
except Exception,e:
print(e)
其中 req.tpwd_param="" 是传递什么格式?
json字符串
https://github.com/search?q=t...