CCC-NULS / Nulstar

NULSTAR is a micro-service management platform developed by NULS CCC to manage various modules based on the microservice architecture. Currently each module of NULS 2.0 is under its management. NULSTAR has a wide range of application scenarios, and can be a common option for projects based on micro-service architecture as their core underlying framework.
MIT License
1 stars 0 forks source link

Method Name Lowcase #1

Closed ccccbjcn closed 5 years ago

ccccbjcn commented 5 years ago

Modules could register APIs name with capital letters. it needs not to transform them to lowercase. The registered APIs parameters also need not to be transformed to lowercase. https://github.com/CCC-NULS/Nulstar/blob/92c6e57f39abff11a3329577011c89ee33ec9f82/Libraries/Nulstar/NCore/NCoreService.cpp#L299 @Berzeck

Berzeck commented 5 years ago

@ccccbjcn I uploaded a new version on test server please test before I perform the commit.

ccccbjcn commented 5 years ago

@Berzeck I have tested the new version on test server. The APIs could be called successfully from external APP(I used chrome WebSock Client plugin). Please refer to the blow link for test report detail. https://github.com/CCC-NULS/Nulstar/blob/master/Documents/Test%20Reports/Test%20Report-20190716-Ray(CCC).docx