测试操作
This commit is contained in:
parent
90aed66376
commit
38f438647e
|
@ -55,6 +55,7 @@ public class TestOPPlugin extends AbstractOperationServicePlugIn {
|
||||||
customerHeader.put("Content-Type", "application/json");
|
customerHeader.put("Content-Type", "application/json");
|
||||||
customerHeader.put("token", oaToken);
|
customerHeader.put("token", oaToken);
|
||||||
|
|
||||||
|
|
||||||
//组装请求体
|
//组装请求体
|
||||||
// DynamicObject supplier = dataEntity.getDynamicObject("supplier");
|
// DynamicObject supplier = dataEntity.getDynamicObject("supplier");
|
||||||
// if (null != supplier) {
|
// if (null != supplier) {
|
||||||
|
|
Loading…
Reference in New Issue