[关闭]
@fuyb1986 2018-06-12T02:38:51.000000Z 字数 391 阅读 614

生成小程序码海报

儿童编程


生成海报

Method and URL Structure

Method Resource URL Authorization
POST /server/userinfo/qrcode/ YES

Request Data

Name Description Required Default
type 海报类型 YES
path 小程序地址 YES
force 强制刷新 NO false

Request Params

  1. {
  2. "type": "friend",
  3. "path": "/path/to/foobar/?param=test",
  4. }

cURL Example

  1. curl -X POST http://localhost/server/balance/

Response Data

Name Description
url 海报图片的 url

Response

  1. {
  2. "url":"/media/weixin/18512345678/friend.jpg"
  3. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注