Files
meta-kit/root/api/tmp.js
2020-05-10 23:18:59 +08:00

9 lines
271 B
JavaScript

const tmp = {
saveData({bean}) {
return red.postX('http://oss-v09x.woaihaoyouxi.com/article/batch_import', {bean:JSON.stringify(bean)})
},
search({keyword}) {
return red.postX('http://oss-v09x.woaihaoyouxi.com/game/search', {keyword})
}
}