GET获取小程序码


/tool/open_api/api/index/code
invalid image (图片无法加载)

invalid image (图片无法加载)

invalid image (图片无法加载)

invalid image (图片无法加载)

invalid image (图片无法加载)

数据库字典

coffeescript
export interface Response {
    code: number;
    data: Data;
}

export interface Data {
    createdAt: string;
    /**
     * 二维码图片路径
     */
    filePath: null | string;
}

代码示例
{
"code": 0,
"data": {
"file_path": "string",
"created_at": "string"
}
}


未来鸟 2023年6月19日 16:24 收藏文檔