vr-shopxo-source/application/plugins/newuserreduction/config.json

28 lines
697 B
JSON
Raw Normal View History

2019-03-26 09:48:53 +00:00
{
"base":{
"plugins":"newuserreduction",
"name":"新用户立减",
"logo":"\/static\/upload\/images\/plugins_newuserreduction\/2019\/03\/25\/1553483752670109.jpg",
"author":"Devil",
"author_url":"https:\/\/shopxo.net\/",
"version":"1.0.0",
"desc":"新用户立减优惠",
"apply_terminal":[
"pc",
"h5",
"app",
"alipay",
"weixin",
"baidu"
],
"apply_version":[
2019-04-09 10:28:48 +00:00
"1.5.0"
2019-03-26 09:48:53 +00:00
],
"is_home":false
},
"hook":{
"plugins_service_buy_handle":[
"app\\plugins\\newuserreduction\\Hook"
]
}
}