|
@@ -458,8 +458,9 @@ namespace MySystem
|
|
|
|
|
|
public Dictionary<string, string> GetHeader(string req, int BrandId = 0)
|
|
|
{
|
|
|
- var BoxAppSecret = HaodaParam.BoxAppSecret;
|
|
|
- if (BrandId == 1) BoxAppSecret = HaodaUnionParam.BoxAppSecret;
|
|
|
+ // var BoxAppSecret = HaodaParam.BoxAppSecret;
|
|
|
+ // if (BrandId == 1) BoxAppSecret = HaodaUnionParam.BoxAppSecret;
|
|
|
+ BoxAppSecret = HaodaUnionParam.BoxAppSecret;
|
|
|
|
|
|
Dictionary<string, string> headdic = new Dictionary<string, string>();
|
|
|
string timestamp = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|