shopxo/application/plugins/freightfee/config.json
devil_gong e6cd42047a 1.5
2019-04-09 18:28:48 +08:00

28 lines
673 B
JSON

{
"base":{
"plugins":"freightfee",
"name":"运费设置",
"logo":"\/static\/upload\/images\/plugins_freightfee\/2019\/03\/18\/1552894366387964.jpg",
"author":"Devil",
"author_url":"https:\/\/shopxo.net\/",
"version":"1.0.0",
"desc":"快递运费设置",
"apply_terminal":[
"pc",
"h5",
"app",
"alipay",
"weixin",
"baidu"
],
"apply_version":[
"1.5.0"
],
"is_home":false
},
"hook":{
"plugins_service_buy_handle":[
"app\\plugins\\freightfee\\Hook"
]
}
}