diff options
| author | 方顺健 <[email protected]> | 2024-09-18 09:22:52 +0000 |
|---|---|---|
| committer | 方顺健 <[email protected]> | 2024-09-18 09:22:52 +0000 |
| commit | 1c5f65ffbed3cb70df766701a030b058e4499acd (patch) | |
| tree | cc97949434cc270ae37041338b40300f0adfac7a | |
| parent | 33c2b5aa803b5036d0df023bd27817725ed59dd5 (diff) | |
add app.json
| -rw-r--r-- | app.json | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/app.json b/app.json new file mode 100644 index 0000000..c843ea8 --- /dev/null +++ b/app.json @@ -0,0 +1,71 @@ +{
+ "name":"义乌购",
+ "longName":"义乌购",
+ "developer":"浙江义乌购电子商务有限公司",
+ "website":"https://m.yiwugou.com",
+ "packageName":{
+ "android":"com.yiwugou.yiwukan",
+ "ios":"com.yiwugou.yiwugoucompany"
+ },
+ "properties":{
+ "category":"business-systems",
+ "subcategory":"general-business",
+ "content":"unknown",
+ "parentApp":"",
+ "risk":1
+ },
+ "surrogates": [
+ {
+ "name": "surrogate-1",
+ "description": "",
+ "signatures": [
+ {
+ "name": "signature-陕西社会保险-1",
+ "description": "",
+ "conditions": [
+ {
+ "attributeName": "common.server_fqdn",
+ "attributeType": "string",
+ "negate_option": false,
+ "description": "",
+ "items": [
+ {
+ "item": "$gl.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$enapp.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$h.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$app.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$user.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$wap.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$img1.yiwugou.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$ywgimg.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
|
