# wx.shareToWeRun(Object object)
with Promise style call: Supported
Mini Program plugin: Not supported
Share data to WeChat campaign.
# parameter
# Object object
| attribute | type | Default values | Required | Introductions |
|---|---|---|---|---|
| recordList | Array.<Object> | yes | Sports Data List | |
| success | function | no | Interface calls the successful callback function | |
| fail | function | no | Interface calls failed callback functions | |
| complete | function | no | Interface calls the end of the callback function (call success or failure will be executed) |
object.recordList Structure
| attribute | type | Default values | Required | Introductions |
|---|---|---|---|---|
| typeId | number | yes | Sports item id | |
| time | number | yes | Duration of exercise | |
| distance | number | yes | Movement distance | |
| calorie | number | yes | Burn calories |