Commit 0c0b7404 authored by maxiaoliang's avatar maxiaoliang

修改多多菜园

parent c65a6dcd
...@@ -19,8 +19,8 @@ public class Constant ...@@ -19,8 +19,8 @@ public class Constant
/// </summary> /// </summary>
public bool IsTestNet{ get; set; } public bool IsTestNet{ get; set; }
//微信key //微信key
public string WX_APP_ID= "wxeb614acc314efbfb"; public string WX_APP_ID= "wxe7a03eb52cce1b51";
public string WX_APP_Key= "89abbb00107cc6255198cf1285181b4e"; public string WX_APP_Key= "6fa72a89ea188c4dff5729cff328b587";
public string universalLink = "https://feedapi.zhangxineducation.com/simulator/"; public string universalLink = "https://feedapi.zhangxineducation.com/simulator/";
// 友盟key ios // 友盟key ios
...@@ -31,7 +31,7 @@ public class Constant ...@@ -31,7 +31,7 @@ public class Constant
#if UNITY_IOS #if UNITY_IOS
return "609a589b53b6726499f8543d"; return "609a589b53b6726499f8543d";
#else #else
return "6082998d5844f15425e6fd3f"; return "5f9bb48945b2b751a91fb2d5";
#endif #endif
} }
...@@ -47,7 +47,7 @@ public class Constant ...@@ -47,7 +47,7 @@ public class Constant
#if UNITY_IOS #if UNITY_IOS
return "399d87a2b8c8d900"; return "399d87a2b8c8d900";
#else #else
return "c4f628fe0c45566f"; return "afcbef40e31631d3";
#endif #endif
} }
} }
......
fileFormatVersion: 2 fileFormatVersion: 2
guid: a4410143886057d43a3c370cebc136ae guid: 999ad48c7b0864625825887e91b3e861
TextureImporter: TextureImporter:
internalIDToNameTable: [] internalIDToNameTable: []
externalObjects: {} externalObjects: {}
......
fileFormatVersion: 2 fileFormatVersion: 2
guid: e5d6b9eed3a874a0397c699b5154addb guid: 88ed56c44689841a0928663abd458cdf
TextureImporter: TextureImporter:
internalIDToNameTable: [] internalIDToNameTable: []
externalObjects: {} externalObjects: {}
......
fileFormatVersion: 2 fileFormatVersion: 2
guid: ae861514b83054701b4d5c3615c66d53 guid: 6eab1d45db92e4e4fb97b6c7ddc37305
TextureImporter: TextureImporter:
internalIDToNameTable: [] internalIDToNameTable: []
externalObjects: {} externalObjects: {}
......
...@@ -1513,7 +1513,7 @@ MonoBehaviour: ...@@ -1513,7 +1513,7 @@ MonoBehaviour:
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_Sprite: {fileID: 21300000, guid: e5d6b9eed3a874a0397c699b5154addb, type: 3} m_Sprite: {fileID: 21300000, guid: 999ad48c7b0864625825887e91b3e861, type: 3}
m_Type: 0 m_Type: 0
m_PreserveAspect: 0 m_PreserveAspect: 0
m_FillCenter: 1 m_FillCenter: 1
...@@ -3021,7 +3021,7 @@ MonoBehaviour: ...@@ -3021,7 +3021,7 @@ MonoBehaviour:
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_Sprite: {fileID: 21300000, guid: ae861514b83054701b4d5c3615c66d53, type: 3} m_Sprite: {fileID: 21300000, guid: 88ed56c44689841a0928663abd458cdf, type: 3}
m_Type: 0 m_Type: 0
m_PreserveAspect: 0 m_PreserveAspect: 0
m_FillCenter: 1 m_FillCenter: 1
......
...@@ -20,7 +20,7 @@ public class BuglyInit : MonoBehaviour ...@@ -20,7 +20,7 @@ public class BuglyInit : MonoBehaviour
/// Your App ID can be found on the "Setting" page of the app you are trying to monitor. /// Your App ID can be found on the "Setting" page of the app you are trying to monitor.
/// </summary> /// </summary>
/// <example>A real App ID looks like this: 90000xxxx</example> /// <example>A real App ID looks like this: 90000xxxx</example>
private const string BuglyAppID = "YOUR APP ID GOES HERE"; private const string BuglyAppID = "262040511a";
void Awake () void Awake ()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment