.
This commit is contained in:
9
root/api/tmp.js
Normal file
9
root/api/tmp.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user