|
@@ -144,7 +144,7 @@ public class AdwebProductServiceImpl extends ServiceImpl<AdwebProductMapper, Adw
|
|
|
HttpResponse response = HttpRequest
|
|
|
.post(SOHOEB2B_PUSH_PRODUCT_API)
|
|
|
.header("Content-Type", "application/json")
|
|
|
- .header("tokenAuth", "f354b8a705c862abeae1f4f96dc55999fb9b3579")
|
|
|
+ .header("Authorization", "Token f354b8a705c862abeae1f4f96dc55999fb9b3579")
|
|
|
.body(params.toString())
|
|
|
.execute(true);
|
|
|
|