You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/12/17 07:47:14 UTC

[GitHub] [incubator-shardingsphere] wqzwh edited a comment on issue #3256: Provider Scaling out Interface

wqzwh edited a comment on issue #3256: Provider Scaling out Interface
URL: https://github.com/apache/incubator-shardingsphere/issues/3256#issuecomment-566422144
 
 
   In order to keep the interface data format unified, the following structure is recommended
   
   ```js
   {
     errorCode: 0,
     errorMsg: null,
     model: {} // Main data
     success: true
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services