1 Star 1 Fork 3

EvanKao/拼多多API Python 版本

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
__init__.py 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
淘气宝 提交于 2020-06-18 13:16 . first commit
'''
Created on 2020-4-21
@author:menglei
'''
from pdd.api.base import sign
class AppInfo(object):
def __init__(self, clientId, clientSecret):
self.client_id = clientId
self.client_secret = clientSecret
def getDefaultAppInfo():
pass
def setDefaultAppInfo(clientId, clientSecret):
default = AppInfo(clientId, clientSecret)
global getDefaultAppInfo
getDefaultAppInfo = lambda: default
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/evankao/pdd.git
git@gitee.com:evankao/pdd.git
evankao
pdd
拼多多API Python 版本
master

搜索帮助